home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global intro, reallyQuit, langPrefix, spacer, pathToMain
- set reallyQuit to 0
- if (langPrefix = "f") or (langPrefix = "d") then
- set intro to pathToMain & "movies" & spacer & langPrefix & "intro.dir"
- else
- set intro to pathToMain & "movies" & spacer & "bintro.dir"
- end if
- play movie intro
- unLoadCast()
- end
-